home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Shareware / WebShot 1.51 / webshot.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-11-05  |  2.5 KB  |  55 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=WebShot
  4. AppVerName=WebShot
  5. AppId=WebShot
  6. AppPublisher=Nathan Moinvaziri
  7. AppPublisherURL=http://www.websitescreenshots.com/
  8. AppSupportURL=http://www.websitescreenshots.com/
  9. AppUpdatesURL=http://www.websitescreenshots.com/
  10. DefaultDirName={pf}\WebShot
  11. DefaultGroupName=WebShot
  12. OutputBaseFilename=WebShot
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\changelog.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\webshot.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\webshot.htm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\webshotcmd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. [Run]
  25. Filename: "{app}\webshot.exe"; Description: "Launch WebShot"; Flags: shellexec postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\WebShot"; Filename: "{app}\webshot.exe"; WorkingDir: "{app}"; 
  28. Name: "{group}\WebShot Change Log"; Filename: "{app}\changelog.txt"; WorkingDir: "{app}"; 
  29. Name: "{group}\WebShot Command Line"; Filename: "{app}\webshotcmd.exe"; WorkingDir: "{app}"; 
  30. Name: "{group}\WebShot Homepage"; Filename: "{app}\webshot.htm"; WorkingDir: "{app}"; 
  31. Name: "{group}\WebShot Uninstall"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  32. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\WebShot"; Filename: "{app}\webshot.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  33. [Tasks]
  34. Name: "quicklaunchicon"; Description: "Create an icon in the &Quick Launch bar"; GroupDescription: "Additional icons:"; 
  35. [InstallDelete]
  36. Type: files; Name: "{group}\Uninstall WebShot.lnk"; 
  37. Type: files; Name: "{group}\WebShot on the Web.lnk"; 
  38. [UninstallDelete]
  39. Type: files; Name: "{app}\website.url"; 
  40. Type: files; Name: "{app}\debug.log"; 
  41. [CustomMessages]
  42. default.NameAndVersion=%1 version %2
  43. default.AdditionalIcons=Additional icons:
  44. default.CreateDesktopIcon=Create a &desktop icon
  45. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  46. default.ProgramOnTheWeb=%1 on the Web
  47. default.UninstallProgram=Uninstall %1
  48. default.LaunchProgram=Launch %1
  49. default.AssocFileExtension=&Associate %1 with the %2 file extension
  50. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  51. [Languages]
  52. ; These files are stubs
  53. ; To achieve better results after recompilation, use the real language files
  54. Name: "default"; MessagesFile: "embedded\default.isl"; 
  55.